home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / godelqc5.zip / GODELQC5.TXT < prev    next >
Text File  |  1996-10-13  |  7KB  |  123 lines

  1. Later versions of this mod will be available from:
  2. http://www.garlic.com/~dwied/quake.html
  3. -----------------------------------------------------------------------------
  4. Version 5 of the Godel Quake C Mods.  
  5. -----------------------------------------------------------------------------
  6. This mod, which includes .qc source and progs.dat does the following:
  7.  
  8. * Multiskin support w/ corpses keeping players' skins after death.
  9. * Corpses, now stick around for two minutes after which they Gib into pieces. 
  10.   And the gibs stick around longer as well.
  11. * Player Corpses have more Gibs.  Players always Gib dying in lava.
  12. * Players can toss like a grenade, one of their weapons or their used armor to
  13.   be picked up later by them or another player.  The model thrown actually looks
  14.   like the weapon and it spins.
  15. * Weapons, backpacks, ammo, gibs, etc go through teleporters and wind
  16.   tunnels.  (i.e. you can toss a weapon through, shoot through, etc.)
  17. * Grenades now have variable Timers.
  18. * Observer Mode is now in.  You will be noncorporeal (i.e. noclip), and 
  19.   others will not even know you are there.
  20. * Pipe Bombs are working.  To access them, simply select the grenade launcher
  21.   twice to turn your grenade launcher into a Pipe Bomb launcher.
  22. * Holo-Quakers cost a nominal amount of cells and last a minute.  You may have 
  23.   three of these at a time.
  24. * Selecting the lightning gun twice will convert your lightning gun into a 
  25.   rebounding lightning gun laucher which has lightning bouncing off of walls
  26.   opponents and everything.  But each hit does less damage to balance.
  27. * Electric Minions cost 40 cells and create an intelligent friend which 
  28.   follows you around and stuns your enemies.  To create an electric minion, 
  29.   merely select the lightning gun thrice, and fire.  Only one allowed at once.
  30. * Crucified Zombies can be shot at and killed.
  31. * Long Range Shotgun and Super Shotguns are in.  To access them, simply
  32.   select the weapon a second time.
  33. * If the player has a lightning gun, it slowly recharges giving him one more
  34.   cell every five seconds as long as he has less than 50 cells.  I did this,
  35.   because there are so darn many cool things you can do cells.     
  36. * Axe is replaced by the Vampiric Rune Axe.  Slightly faster, sucks enemies
  37.   health.  Pulls you towards them.  Makes evil sounds when used.
  38.   Be careful trying to suck health from zombies.  When you kill a player with
  39.   this axe, there is a chance he will join the ranks of the undead.
  40. * Selecting the axe twice will bring your Pushing Hands to bear.  Hit an enemy
  41.   and watch them fly.
  42. * Selecting the rocket launcher a second time will ready your Trip Bombs.  They
  43.   cost 5 rockets, and your rocket laucher to place.  Remarkable Jury-rigging.
  44. * Grenades, Pipe Bombs, Missiles, and Trip Bombs can be blown up by an
  45.   explosion nearby.
  46. * Fixed id's ClientObituary function.  If a player killed another player with
  47.   a rocket launcher or grenade etc and had a nailgun readied at the moment the
  48.   player died, the death string said the player was killed by nailgun.
  49. * Added new teamplay modes.  Detailed descriptions below.
  50. * Whenever teamplay changes, all players are notified, and Bases/Flags/Hills
  51.   get removed.
  52. * Deathmatch==3 is like deathmatch==1, but with monsters.
  53. * Merged in new 1.05 QuakeC Code.
  54. * Made Gibs last a shorter time in multiplayer games to fix packet overflows.
  55.  
  56. New Teamplay Modes:
  57. * Teamplay = 4 - IT     
  58.   The player who is IT is Red.  Everyone else is Blue.  Players killing IT
  59.   will get 3 frags instead of 1.  When IT kills someone, he gets no frags but
  60.   his victim becomes IT.
  61. * Teamplay = 5 - TI     
  62.   The player who is TI is Red.  Everyone else is Blue.  When TI kills a player
  63.   he gets 3 frags instead of 1.  When someone else kills TI, they become TI.
  64. * Teamplay = 6 - Quake-TI     
  65.   The player who is TI is Red.  Everyone else is Blue.  TI gets quake power
  66.   in proportion to the number of people in the game.  8 People means TI does 8
  67.   times normal damage.  When someone kills TI, they become TI and get 3 frags
  68.   instead of 1.
  69. * Teamplay = 7 - Capture the Flag    
  70.   The game is divided into teams of Silver and Gold (pant colors 0 and 1).  The
  71.   first person to join each team gets the flag and base.  The game begins once
  72.   both teams have placed their bases (impulse 18).  The goal is to get the other
  73.   team's flag and bring it to your base.  Once this is done, the player who 
  74.   captured the flag gets 10 frags, and everyone on his team gets 5 frags.  Flags
  75.   can be dropped by using impulse 18.
  76. * Teamplay = 8 - King of the Hill
  77.   In this game, the only way to get frags is the be "King of the Hill".  At the
  78.   start of the game, someone uses impulse 18 to place the Hill.  Any player
  79.   close enough to the Hill will gain 0.1 frags/second.
  80.   
  81.  
  82. Relevant Commands:
  83. * Impulse 17 will unplace flags and bases in Capture the Flag Mode.
  84.   and unplace the Hill and King of the Hill mode.
  85. * Impulse 18 will Drop your flag in Capture the Flag Mode.
  86. * Impulse 19 will cycle through available teamplay modes.
  87. * Impulse 52 will detonate all Pipe Bombs
  88. * Impulse 53 will decrement your grenade timer.
  89. * Impulse 54 will increment your grenade timer.
  90. * Impulse 55 will toss out your current weapon.
  91. * Impulse 56 will toss out your current ammo.
  92. * Impulse 57 will toss out your current armor.
  93. * Impulse 58 will create a Holo-Quaker.
  94. * Impulse 200 will increment your skin value; 
  95. * Impulse 201 will decrement your skin value;
  96. * Impulse 210 will put you in Observer Mode;  (typing "kill" returns you to
  97.   normal, so that you can't use Observer Mode to an advantage.)
  98.  
  99. -------------------------------------------------------------------------------
  100. Notes:
  101. This mod supports multiskin, but does not come with a player.mdl.  This was done
  102. so that people could DL the player.mdl with skins of their choice from the net
  103. or create their own with an MDL editor.  
  104.  
  105. -------------------------------------------------------------------------------
  106. Credits:
  107. Thanks to William Harris for some ideas on teamplay modes 4-7
  108. Thanks to Dennis Noordsij for discovering multiskin.
  109. Thanks to Scott Lyon for the Observer idea.
  110. Thanks to AsmodeusB (sorry couldnt find your name) for the PipeBombs code.
  111. Thanks to Bill Turner for the Electric Minion and Holo-Quaker
  112. Thanks to Chris Peters for his testing help.
  113. Thanks to Mike Cumings for his good ideas and coding advice.
  114. Thanks to id software for writing Quake and Quake C.
  115.  
  116. -------------------------------------------------------------------------------
  117. Send Questions/Comments/Suggestions to:
  118.  
  119. David Wiedenmann
  120. dwied@cats.ucsc.edu
  121. Godel on IRC
  122.  
  123.